From 768be493da6cba259ceb55a285310d70c0ba8fda Mon Sep 17 00:00:00 2001 From: robertlipe Date: Tue, 6 Aug 2013 20:53:01 +0000 Subject: [PATCH] Use QHash instead of QMap in osm. --- gpsbabel/osm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/osm.cc b/gpsbabel/osm.cc index b3249c0de..92853babd 100644 --- a/gpsbabel/osm.cc +++ b/gpsbabel/osm.cc @@ -37,7 +37,7 @@ static arglist_t osm_args[] = { #define MYNAME "osm" -static QMap waypoints; +static QHash waypoints; static avltree_t* keys = NULL; static avltree_t* values = NULL; -- 2.30.2